home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / mail / YAMscripts.lha / YAMscripts.readme < prev   
Text File  |  1996-11-20  |  2KB  |  53 lines

  1. Short: Useful AREXX scripts for YAM (rel 2)
  2. Author: knikulai@utu.fi
  3. Uploader: knikulai@utu.fi
  4. Type: comm/mail
  5. Replace: YAMscripts.lha
  6. Long:
  7.  
  8. This archive contains several AREXX-scripts I've written for Marcel Becks's
  9. (mbeck@access.ch) great mail program YAM.  They were written for version
  10. 1.3.3a and might not work with older versions.  Many of them require reqtools
  11. and rexxreqtools libraries.
  12.  
  13. If you have any questions, comments or bugs to report, send mail to knikulai@utu.fi
  14.  
  15. CheckNewMail.rexx (v1.2)
  16. ------------------------
  17.   Scans all your folders and displays which of them have new or unread
  18.   messages in them.  Very useful, if you have lots of folders; just let
  19.   the script scan your messages and select the folder you want to read
  20.   next from a requester.
  21.  
  22. Fileserver.rexx
  23. ---------------
  24.   You can create an automated filearchive with this script.  Others can 
  25.   get files from it by sending a request in e-mail.  The script will reply
  26.   and attach the required file in the reply.  It can also send a helpfile
  27.   or a current index of the archive. 
  28.  
  29. GrabURL.rexx (v1.2)
  30. -------------------
  31.   Scans the selected message and displays all http: and ftp: references
  32.   in a requester.  You can select one of them and send it to your browser.
  33.   Currently supported browsers are AWeb, IBrowse and Voyager.
  34.  
  35. GrabAllURLs.rexx (v1.1) & MakeHotlist.rexx
  36. ------------------------------------------
  37.   These scripts scan all _read_ messages in the current folder for http: 
  38.   and ftp: references like the above script.  The first then displays a
  39.   requester and second creates a HTML-file and sends it to your browser.
  40.  
  41. SplitNMail.rexx
  42. ---------------
  43.   This script will split a long file into several posts and mail them.
  44.   This is useful for posting long files to many mailing lists and newsgroups.
  45.  
  46. YAMMail.rexx (v1.1)
  47. ------------
  48.   Use YAM to send mail from AWeb.  Asks, if you want to include the current
  49.   page.  This version can get the subject from the URL.  I'm not sure how
  50.   it will work with the commercial version, since I only have the demo.
  51.  
  52. Have fun!
  53.